execution contextsの例文
- These callbacks are called by the " execution context " object.
- Switching execution contexts could be done in a single instruction merely by setting a different base address in a single register.
- More than one codelet directive can be added to a function in order to specify different uses or different execution contexts.
- Hereafter the function passes v as an argument and is invoked immediately, preserving the inner function's execution context.
- If the special execution context is attached to the RTCs, calling method or policy is modified ( see execution context section ).
- If the special execution context is attached to the RTCs, calling method or policy is modified ( see execution context section ).
- It is important to note that true first-class continuations do not save program data unlike a process image only the execution context.
- Dynamic variables can be used to extend the execution context with additional context information which is implicitly passed from function to function without having to appear as an extra function parameter.
- Most early time-sharing systems sidestepped these problems by giving users new or modified languages, such as Dartmouth BASIC, which were accessed through interpreters or restricted execution contexts.
- When a component is to be accessed or shared across execution contexts or network links, techniques such as serialization or marshalling are often employed to deliver the component to its destination.
- The concept of state reduces the problem of identifying the execution context in the code to testing just the state variable instead of many variables, thus eliminating a lot of conditional logic.
- This avoids complex resource management in the kernel-mode driver, making possible multiple reentrant calls to the user-mode driver via concurrent executions contexts supplied by separate rendering threads in the same application.
- Custodians, combined with the memory accounting feature of the 3m garbage collector, and a number of additional runtime parameters that control additional aspects of the runtime, make it possible to create completely safe sandboxed execution contexts.
- In a Unix shell, the full stop called the "'dot command "'( "'. "') is a command that evaluates commands in a computer file in the current execution context.
- Each execution context is presented with a resource view of the GPU . Execution contexts are protected from each other, however a rogue or badly written app can take control of the execution in the user-mode driver and could potentially access data from another process within GPU memory by sending modified commands.
- Each execution context is presented with a resource view of the GPU . Execution contexts are protected from each other, however a rogue or badly written app can take control of the execution in the user-mode driver and could potentially access data from another process within GPU memory by sending modified commands.
- Whereas setcontext is a library service which can create an execution context in heap-allocated memory and can support other services such as buffer overflow protection, abuse of setjmp is implemented by the programmer, who may reserve memory on the stack and fail to notify the library or operating system of the new operating context.